From 3c51dc1945b8f727aeec0d018725fb112279c4c0 Mon Sep 17 00:00:00 2001 From: "smh22@tempest.cl.cam.ac.uk" Date: Fri, 13 Aug 2004 17:35:00 +0000 Subject: [PATCH] bitkeeper revision 1.1159.1.57 (411cfbc4mhSI0XOqARQ6jv8sbSQ90A) fix typo --- tools/libxc/xc_linux_save.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxc/xc_linux_save.c b/tools/libxc/xc_linux_save.c index 1d4a054257..6626daf35f 100644 --- a/tools/libxc/xc_linux_save.c +++ b/tools/libxc/xc_linux_save.c @@ -898,7 +898,6 @@ printf("nrpfns according to suspend record is %ld\n", p_srec->nr_pfns ); /* Canonicalise each GDT frame number. */ for ( i = 0; i < ctxt.gdt_ents; i += 512 ) { - ctxt.gdt_frames[i], live_mfn_to_pfn_table[ctxt.gdt_frames[i]]); if ( !translate_mfn_to_pfn(&ctxt.gdt_frames[i]) ) { xcio_error(ioctxt, "GDT frame is not in range of pseudophys map"); goto out; -- 2.30.2